home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2007 January, February, March & April
/
Chip-Cover-CD-2007-02.iso
/
Pakiet bezpieczenstwa
/
mini Pentoo LiveCD 2006.1
/
mpentoo-2006.1.iso
/
livecd.squashfs
/
usr
/
sbin
/
kismetcfg
< prev
next >
Wrap
Text File
|
2006-03-30
|
613b
|
29 lines
#!/bin/sh
# This script is an attempt to auto-detect your wireless card...
# Hope this will work for all cards.
# Please report bugs to pentoo@pentoo.ch
# This is ugly, if you have something better give me a mail
iwconfig > /tmp/wificard
cat /tmp/wificard | grep "IEEE" > /tmp/wificard
WIFI=`cat /tmp/wificard`
if [ ! -n $WIFI ]; then
lsmod > /tmp/wificard
if [ -n grep "orinoco" /tmp/fiwicard ]; then
########3
fi
if [ -n grep "orinoco" /tmp/fiwicard ]; then
########3
fi
if [ -n grep "orinoco" /tmp/fiwicard ]; then
########3
fi
if [ -n grep "orinoco" /tmp/fiwicard ]; then
########3
fi